home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 83
/
(Vol 83) My Disc.iso
/
Games
/
drying.swf
/
scripts
/
frame_132
/
PlaceObject2_137_543
/
CLIPACTIONRECORD on(press).as
next >
Wrap
Text File
|
2008-08-08
|
364b
|
12 lines
on(press){
if(this._currentframe != 1 && this.isWet == false)
{
_root.mcPlayer.isWet = false;
_root.mcPlayer.clothnum = this._currentframe - 1;
_root.mcPlayer.state = "cloth";
_root.mcPlayer.gotoAndStop("flcloth");
_root.mcPlayer.mccloth.gotoAndPlay("fl" + _root.mcPlayer.clothnum);
this.gotoAndStop(1);
}
}